home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Modules / protos / operator.h < prev    next >
Comma Seperated Value File  |  1999-04-25  |  180b  |  3 rows

#static PyObject *op_setslice ( PyObject *s PyObject *a );
1static PyObject *op_delslice ( PyObject *s  PyObject *a );
2static PyObject *op_getslice ( PyObject *s  PyObject *a );